home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / biz / demo / MaVi1_0T1A.lha / Disk2 / Sets / Buttons.set next >
Text File  |  1997-10-16  |  2KB  |  57 lines

  1. // comments are now possible too
  2. Group.mui,
  3.    
  4.     // the button group with play and forward etc. buttons//FrexxStartFold1.2.0,.
  5.       Child,Group.mui,
  6.           MUIA_Group_Horiz,TRUE,
  7.           MUIA_Group_SameHeight,TRUE,
  8.           MUIA_Group_Spacing,0,
  9.         MUIA_FixHeight,1,
  10.  
  11.           Child,mavi/mui/0145_openbutton.mcc,
  12.             MUIA_ShortHelp,"Opens a new movie",
  13.             PDA_DTPic_RegName,  "Open",
  14.             MUIA_Frame,MUIV_Frame_ImageButton,
  15.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  16.             PDA_Descriptor_Text,"Open",
  17.         End,
  18.           Child,mavi/mui/0145_controllerbutton.mcc,
  19.             MUIA_ShortHelp,"Start/Stop playing",
  20.             MUIA_Frame,MUIV_Frame_ImageButton,
  21.             MUIA_InputMode,MUIV_InputMode_Toggle,
  22.             PDA_ControllerButton_Type,0,
  23.             PDA_Descriptor_Text,"Play",
  24.         End,
  25.           Child,mavi/mui/0145_controllerbutton.mcc,
  26.             MUIA_ShortHelp,"Backward one frame or second",
  27.             MUIA_Frame,MUIV_Frame_ImageButton,
  28.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  29.             PDA_ControllerButton_Type,3,
  30.             PDA_Descriptor_Text,"Rewind",
  31.         End,
  32.           Child,mavi/mui/0145_controllerbutton.mcc,
  33.             MUIA_ShortHelp,"Forward one frame or second",
  34.             MUIA_Frame,MUIV_Frame_ImageButton,
  35.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  36.             PDA_ControllerButton_Type,2,
  37.             PDA_Descriptor_Text,"Forward",
  38.         End,
  39.           Child,mavi/mui/0145_mutebutton.mcc,
  40.             PDA_DTPic_RegName,"Loud", // name of the unselected image
  41.             PDA_DTPic_AltRegName,"Mute", // name of the selected one
  42.             PDA_DTPic_NoDraw,TRUE, // this is no normal gadget, it handles drawing itself
  43.             MUIA_Frame,MUIV_Frame_ImageButton,
  44.             MUIA_InputMode,MUIV_InputMode_RelVerify,
  45.             PDA_Descriptor_Text,"Mute",
  46.         End,
  47.           Child,mavi/mui/0145_controllerbutton.mcc,
  48.             MUIA_ShortHelp,"Repeatmode on/off",
  49.             MUIA_Frame,MUIV_Frame_ImageButton,
  50.             MUIA_InputMode,MUIV_InputMode_Toggle,
  51.             PDA_ControllerButton_Type,1,
  52.             PDA_Descriptor_Text,"Loop",
  53.         End,
  54.       End,
  55. //FrexxEndFold1.
  56. End
  57.